Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduced compilation duration #340

Merged
merged 1 commit into from
May 5, 2024

Conversation

art-divin
Copy link
Contributor

Resolves #339

Context

This PR optimizes a number of issues that Swift type checker cannot resolve fast enough.

Screenshots

Before After
Screenshot 2024-05-05 at 12 09 28 AM Screenshot 2024-05-05 at 12 10 28 AM

@bsneed
Copy link
Contributor

bsneed commented May 5, 2024

That's pretty wild that such a tiny change has such a big impact! Thanks @art-divin !

@bsneed bsneed merged commit eded4ac into segmentio:main May 5, 2024
2 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOSLifecycleEvents.application(didFinishLaunchingWithOptions:) is Compiled for More than 400 ms
2 participants